Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / NChain<T> Class
Members


In This Topic
    NChain<T> Class
    In This Topic
    Represents a doubly-linked linear list, that implements the INCollection and INDeque interfaces for manipulating its nodes. The items of a chain are instances of the NChainNode type, which on its turn holds an Item from the generic type argument (datum).
    Object Model
    NChain<T> Class
    Syntax
    'Usage
     
    
    Dim instance As NChain(Of T)
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.DataStructures.NChain<T>

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also